home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Internet
/
Collection of Internet.iso
/
infosrvr
/
doc
/
www_talk.arc
/
000373_marca@wintermu….ncsa.uiuc.edu _Sat Nov 21 04:04:57 1992.msg
< prev
next >
Wrap
Internet Message Format
|
1992-11-30
|
2KB
Return-Path: <marca@wintermute.ncsa.uiuc.edu>
Received: from dxmint.cern.ch by nxoc01.cern.ch (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
id AA05567; Sat, 21 Nov 92 04:04:57 MET
Received: by dxmint.cern.ch (dxcern) (5.57/3.14)
id AA22777; Sat, 21 Nov 92 04:17:42 +0100
Received: from wintermute.ncsa.uiuc.edu by newton.ncsa.uiuc.edu with SMTP id AA28422
(5.65a/IDA-1.4.2 for www-talk@nxoc01.cern.ch); Fri, 20 Nov 92 21:17:25 -0600
Received: by wintermute.ncsa.uiuc.edu (920110.SGI/911001.SGI)
for @newton.ncsa.uiuc.edu:www-talk@nxoc01.cern.ch id AA14876; Fri, 20 Nov 92 21:18:36 -0800
Date: Fri, 20 Nov 92 21:18:36 -0800
From: marca@ncsa.uiuc.edu (Marc Andreessen)
Message-Id: <9211210518.AA14876@wintermute.ncsa.uiuc.edu>
To: Dan Connolly <connolly@pixel.convex.com>
Cc: marca@ncsa.uiuc.edu (Marc Andreessen), www-talk@nxoc01.cern.ch
Subject: Re: Annotation & asynch collaboration
In-Reply-To: <9211210309.AA13411@pixel.convex.com>
References: <9211210309.AA13411@pixel.convex.com>
<9211210500.AA14826@wintermute.ncsa.uiuc.edu>
Dan Connolly writes:
> >ANNOTATE /file/to/annotate?/file/of/annotation?Text describing annotation.
>
> I'd suggest
>
> APPEND /file/to/annotate
> <a HREF="file/of/annotation">Text describing annotation</a>
> .
>
> The server could impose limits on the length of the annotation,
> and it should somehow validate the syntax, I suppose.
The point behind *not* doing general appends is that they aren't a
good idea since document integrity is breached (a link is immediately
obvious as just that and will cause little confusion [especially if
clients always prepend a fullname], but if arbitrary text can be added
to a document, you'll never know what's going on). To be practical, I
know *I'm* not going to run an httpd server that allows anyone to
append any text they want to my documents.
And if general appends aren't going to be allowed (through server
validation of the <A...> syntax or whatever), then why not just let
the server construct the link append itself?
Marc